Jump to content

Recommended Posts

after this time i've gotten the basics of vb.net/c++/java network programming,

i've done a couple simple im services in vb.net but i would like to expand on it.

creating an instant messenger with contacts chat and later a webcam and audio integration..

i dont want to have it p2p i want it to be p2s

it connects to my web server it somehow saves or reads the messages and than sends them to woh they were supposed to go to...

i want the user identification to be like

user123@mysite.com

or

user123.mysite.com

or even :P

mysite.com/user123

just someway to have a personal ident to chat between people i think it would be a basic php registration and login and also have the app with the capability of the server login

sorry if i have confused you by now

but yeah thats my dream trying and wanting to turn it into reality...

if you guys have any resources and or if you want to join in and help me that would be great !!

well thank you and respond soon :)

Link to comment
Share on other sites


im not keen to smart talk sorry

it doesn't need to read or save the messages... instead of using a client server i want to use my website as the actual server basing all sent messages off of it instead of having a server on there part listening all the time :)

basically

instead of:

client/server >>>>*direct*>>>>client/server

it does:

client >>>>>>*webserver*>>>>>>>client

it doesn't need to store anything on the actual server its just a way of creating the server :)

Link to comment
Share on other sites

O.K i think i have the basics down for this... this is a simple jot down it would be better with pictures but i can't right now.

Vb.net application and php server

___________________________________ >

||calls and sends through http socket > >

||checks and sends data > |php chat receives/sends data

___________________________________ > >

sorry for the mess ups basically

through vb.net sockets it sends data to the site like so

mysite.com/usernamehere/chat.php?TO=usernameto&MESSAGE=messagehere

or

mysite.com/usernamehere/chat.php?TO=usernameto&FROM=usernamefrom&MESSAGE=messagehere

i think its simple to be more private i think not sending through the url

but im not sure how to go about this

again i feel i have grasped the very basics... i just need some examples or help :)

THANK YOU ALL

Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...