Skip to content

A simple client server chat application using GO Node

Notifications You must be signed in to change notification settings

kaddy645/GoNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GoNode

A simple client server chat application using GO Node

Features

  • Login i.e., username/password
  • Public chat
  • Private chat

Start Client:

node chatclient.js localhost 8000

Start Server:

go run ChatServer.go 8000

Username & Password

k or jenny or smith
123

Commands

.userlist - Get Online Users
.exit - Logout
 pm - Private chat 

Tech

  • Node - JavaScript runtime built on Chrome's V8 JavaScript engine!
  • GO - open source programming language that makes it easy to build simple, reliable, and efficient software.

About

A simple client server chat application using GO Node

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published