Skip to content

This is a react app that implements a chat room over a websocket on a nats server

Notifications You must be signed in to change notification settings

ansshuman/react-nats-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a crude react app implementation of the nats-chat room.

After Cloning this repo,

Run: npm install

Copy the nats-server binary file, the nats.conf configuration file and the certs folder from your natsws-sandbox repo in to this repo

Run: npm run start-nats

and in another terminal Run: npm run start-http

You will be able to communicate between two or more browser windows on your machine, the messages sent can be seen in the console of the browsers, displaying them in the browser window itslef is what remains.

About

This is a react app that implements a chat room over a websocket on a nats server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published