0.0.1 • Published 8 months ago
@colabo-topichat/f-core v0.0.1
Intro
TopiChat is a Colabo puzzle that provides real-time support for Colabo.Space ecosystem.
Installing
npm run build
npm linkNOTE: 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;