Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Real-time code example - web chat

Install

Create a project directory:

mkdir examples
cd examples

Clone the repo:

git clone https://github.com/RestDB/codehooks-io-examples.git
cd codehooks-io-examples/realtime-chat

Create a new project in the Codehooks.io Studio app, and then connect the code to this project:

coho init --empty

Install packages:

npm install

Deploy the app to the cloud:

npm run deploy

Find the app URL(s):

coho info

Open in web browser:

https://{{your URL here}}/public/index.html