0.0.1 • Published 6 years ago

@colabo-topichat/f-core v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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;