Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 653 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 653 Bytes

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.