microcule
microcule copied to clipboard
SDK and CLI for spawning streaming stateless HTTP microservices in multiple programming languages
Build badge in the README file is showing `build | failing`, and as travis-ci log indicates, the test suite has been failing for a long time. 8 of the tests...
How easy would be to add support for WebSockets connections to the created endpoints?
I am not able to find the log statement added with console.log() in microcule js example index,js. also,In microcule any Js example index.js file am adding console.log() ,but that log...
@janaka This looks awesome! I've opened a PR to begin to review the changes for .net support. I've been planning on doing a new release soon, so let me know...
Currently PHP services use `$Hook['params']` scope for merged get and post variables. It would be somewhat less surprising for PHP users if we also populated PHP's `$_GET` and `$_POST` scopes...
We should have an integration test that iterates through all supported programming languages and attempts to assert the responses of all hello world / echo services located in https://github.com/Stackvana/microservice-examples, per...
The expressjs examples from `https://github.com/Stackvana/microcule/tree/master/examples`, don't close the connection. Only the javascript code example works as there is a `res.end()` in it.
I'm trying to run microcule on an Ubuntu Server, I had it working but now I only get: Which looks like Node doesn't have some read or write permission maybe....
It seems it's possible to execute arbitrary bash commands through HTTP parameters when using bash services ( and other possible languages too ). This isn't intended behavior and should be...