Skip to content

<note: in active development>opensource chat application scaffold for building chat application with Go and Reactjs

License

Notifications You must be signed in to change notification settings

musobarlab/rumpi

Repository files navigation

Opensource chat application scaffold for building chat application with Go and Reactjs

Note:

This project still in active development

Current preview with Reactjs Client

Server Side

Server side uses Go and Gorrilla

Client Side

There are two client side applications you can choose, either Reactjs or Nodejs with express

Running Server

$ make build

$ ./rumpi

Running Client

Node Client deprecated and not maintained, please use the Reactjs client instead

https://github.com/musobarlab/rumpi/tree/master/client/node-client

$ cd client/node-client
$ npm install
$ npm start

Or with specific PORT

$ PORT=3000 npm start

Visit http://localhost:3000

Reactjs Client

https://github.com/musobarlab/rumpi/tree/master/client/react-client

replace this config with your own config https://github.com/musobarlab/rumpi/blob/master/client/react-client/src/index.js#L9

$ cd client/react-client
$ npm install
$ npm start

About

<note: in active development>opensource chat application scaffold for building chat application with Go and Reactjs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published