Skip to content

Simple terminal chat using sockets. Only one room where all users can talk.

Notifications You must be signed in to change notification settings

carloalejandrosalas/simple-terminal-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple terminal chat

Simple terminal chat use sockets to communicate to all the users. Only one room where all users can talk.

Especifications

  • All the connections are made by sockets with net node library.
  • When a user enter in the chat. The app ask the nickname and automatically set a color to that user.
  • The server is setup in localhost with the port 8000
  • Run the command npm start to up the server
  • Run the command npm run client to up a new client

How it looks.

Start the server

start the server

Start the client

start the client

New user enter

new user enter

Messages

chat