@colabo-topichat/f-core
v0.0.1
Published
Provides core support for topiChat
Downloads
3
Readme
Intro
TopiChat is a Colabo puzzle that provides real-time support for Colabo.Space ecosystem.
Installing
npm run build
npm link
NOTE: In your app you need to extend the src/polyfills.ts
file, because of the problem with the socket.io-client
package:
// https://github.com/socketio/socket.io-client/issues/1166
if(!(window as any).global) (window as any).global = window;