Skip to content

digitallyinduced/ihp-backend-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Example App built with IHP Backend

Try it out on https://ihp-backend-chat-app.vercel.app/

Running locally

$ npm install
$ npm run watch
$ npm run server

The API host is configured in app.jsx:

initIHPBackend({
    host: 'https://ojomabrabrdiuzxydbgbebztjlejwcey.ihpapp.com'
})