Marble.js

115 posts

Marble.js banner
Marble.js

Marble.js

@marble_js

Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS.

Sumali Mayıs 2018
19 Sinusundan313 Mga Tagasunod
Naka-pin na Tweet
Marble.js
Marble.js@marble_js·
Have you tasted Message-Driven Architecture? Do you like CQRS pattern? Marble.js 3.0 introduces a brand new way for solving event based problems thanks to @marblejs/messaging module. Try it if you haven't done it yet! 🚀 👇📄 docs.marblejs.com/messaging/
English
0
4
21
0
Marble.js
Marble.js@marble_js·
@Rusydy__ It is just a naming convention. It doesn't affect anything :)
English
1
0
1
0
Rusydy
Rusydy@Rusydy_Menulis·
@marble_js Hi... I try marblejs framework this recently and I do love your core concept, but I have two questions; how to use $ sign properly, and what is it meant? Because I use 'const hello$' then use 'const hello' and my simple hello world API just works fine.
English
1
0
0
0
Marble.js
Marble.js@marble_js·
Have you tasted Message-Driven Architecture? Do you like CQRS pattern? Marble.js 3.0 introduces a brand new way for solving event based problems thanks to @marblejs/messaging module. Try it if you haven't done it yet! 🚀 👇📄 docs.marblejs.com/messaging/
English
0
4
21
0
Andy Dior VP of Product
Andy Dior VP of Product@DwyerBandEmpire·
@marble_js The framework looks great. I'm probably missing something obvious, but is it possible to start both an http server and a websocket server (on different ports) within the same app?
English
2
0
1
0
Marble.js
Marble.js@marble_js·
@brielov 1. Yes it is still maintained. There is no traffic ATM since no big changes are needed. I think 6 months major version interval is not suitable for the size of the framework, taking in to consideration available capacity and maintainers. 2. There is no such a thing. :)
English
0
0
0
0
Marble.js
Marble.js@marble_js·
@kamilzi29318145 Do you mean a templating engine, eg. like Handlebars or similar? If so, no plans so far.
English
1
0
0
0
kamilzielinskidev
kamilzielinskidev@kamilzi29318145·
@marble_js any plans for or suggestions about rxjs marble.js like frontend templating lib?
English
1
0
0
0
JA
JA@joshua_amaju·
@marble_js @jozflakus Tried finding a work around, but couldn't get hold of the response handler. Can you provide a hint as to how it can be achieved, would really love to use it.
English
1
0
0
0
Marble.js
Marble.js@marble_js·
@joshua_amaju @jozflakus That's correct. The framework is focused mainly on REST/websockets/messaging topics. That's why it lacks any sort of documentation about it. Obviously it is possible but doesn't have any dedicated modules implemented that support rendering templates.
English
1
0
0
0
JA
JA@joshua_amaju·
@jozflakus @marble_js Hi, recently found out about marble. I've gone through the docs but didn't find anything on rendering templates, is it focused on REST APIs only.
English
1
0
0
0
Oliver Ash 🦋 @oliverjash.me
3 common bugs that happen all of the time in Express apps. These would be completely preventable if request handlers just returned objects describing the response, and we used plain function composition instead of middleware.
Oliver Ash 🦋 @oliverjash.me@OliverJAsh

@wesleytodd // This means the request will hang indefinitely, or until it times out // No compile time type error .use((res, res) => { /* forgot to call res.send */ }) // … whereas if we use return values, this will error at compile time. .use(req => { /* forgot to *return* res.send */ })

English
1
1
6
0
Marble.js
Marble.js@marble_js·
Request for comments! It's time to think about the future stuff that we could introduce in the next major release. Let's discuss the package ecosystem. 🚀 github.com/marblejs/marbl…
English
0
2
3
0
Marble.js
Marble.js@marble_js·
BTW. If you have any StyleGuide-related proposal or question, feel free to ask! 💪
English
0
0
2
0
Marble.js
Marble.js@marble_js·
Did you know that Marble.js has an official Style Guide? It is constantly expanding, so you can find more and more useful guidelines from release to release. 🔥 docs.marblejs.com/other/style-gu…
English
1
0
4
0
Marble.js nag-retweet
aseem
aseem@aseem_pareek·
@gaboesquivel @BenLesh @thebigredgeek We are using it in our event sourcing microservices with help from the marblejs docs.marblejs.com It has been a pleasure , and it just bonds well with the events . And i personally cant see myself coding without rxjs . But yeah imperatively it can be pain
English
0
1
2
0