Arnout Kazemier
Arnout Kazemier
Hi, I'm using codesurgeon to extract code from files, but it fails to extra variables that are not prefixed with a var statement. Example ``` js var foo = 'bar'...
Wondering what people's opinions are on this. Currently, the `primus.js` file in the root of this repository is still written in ES5. Would it make sense for a maintenance point...
WebWorkers
We should explore the possibilities of loading the transformers in WebWorkers and if it's a worthy addition. Possible problems: - The transformers don't work within WebWorkers. I know that Socket.IO...
Roadmap
Primus has grown into a framework we can all depend upon in our daily lives. It is and will always be an innovative way to work and build real-time applications....
When I first started Primus it only had a `primus.library()` method to generate the library with the expectation for people to serve it themselves. As this was a serious barrier...
http://nodeschool.io is an awesome project. It already contains some lessons on using node.js, streams, leveldb and basic brogramming. We should leverage this platform and write some lessons on how to...
- NPM version (`npm -v`): 6.9.0 - Node version (`node -v`): v10.16.0 - Node Process (`node -p process.versions`): ```{ http_parser: '2.8.0', node: '10.16.0', v8: '6.8.275.32-node.52', uv: '1.28.0', zlib: '1.2.11', brotli:...
This ticket tracks the creation of a `jest` based runner. In order to integrate a test runner our system makes the following assumptions: - There is an API that can...
This is the draft PR for the plugin system as outlined in #15. The purpose of this draft is to track the progress that we make towards the issue. Currently...
## Why do we need a plugin system? There is a lot of amazing functionality that can be built on top of `ekke`. It runs inside React-Native but communicates with...