I'm one of the creators behind NowJS, and I wanted to give you guys an early look at our latest technology, Flotype Bridge.
It's somewhat like NowJS, but with a much bigger scope, You can do RPC communication between many different languages (for now, just JavaScript Browser, Android, Node.js, Ruby, Python, and Java). We've got a ton of new stuff coming out include Objective C for desktop and iOS apps, and more!
Check it out at flotype.com.
We just posted it on HN as well, upvotes appreciated :-)
On Apr 20, 2012, at 10:32 PM, Darshan Shankar <d.n.shan...@gmail.com> wrote:
Hey folks!
I'm one of the creators behind NowJS, and I wanted to give you guys an early look at our latest technology, Flotype Bridge.
It's somewhat like NowJS, but with a much bigger scope, You can do RPC communication between many different languages (for now, just JavaScript Browser, Android, Node.js, Ruby, Python, and Java). We've got a ton of new stuff coming out include Objective C for desktop and iOS apps, and more!
Check it out at flotype.com.
We just posted it on HN as well, upvotes appreciated :-)
This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify Webotics Inc. immediately and delete the original. Any other use of the email by you is prohibited. Webotics Inc. reserves the right to intercept and monitor all e-mail communications through its networks if legally allowed.
On Sat, Apr 21, 2012 at 11:06 AM, Anton Polski <an...@webotics.net> wrote: > Finally! So excited.
> --from Anton's iPhone
> On Apr 20, 2012, at 10:32 PM, Darshan Shankar <d.n.shan...@gmail.com> > wrote:
> Hey folks!
> I'm one of the creators behind NowJS, and I wanted to give you guys an > early look at our latest technology, Flotype Bridge.
> It's somewhat like NowJS, but with a much bigger scope, You can do RPC > communication between many different languages (for now, just JavaScript > Browser, Android, Node.js, Ruby, Python, and Java). We've got a ton of new > stuff coming out include Objective C for desktop and iOS apps, and more!
> Check it out at flotype.com.
> We just posted it on HN as well, upvotes appreciated :-)
> This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify Webotics Inc. immediately and delete the original. Any other use of the email by you is prohibited. Webotics Inc. reserves the right to intercept and monitor all e-mail communications through its networks if legally allowed.
I'm a bit confused about the by-hour-pricing. With NowJS I write the
code for client AND server and I can run the server on my own.
But the licensing for Flotype Bridge implies that I do the client only
and Flotype takes care of the serverside.
Is this correct?
NowJS was a simple module that you would run a node.js server, where you would also write your server-side application logic.
Bridge is a set of servers by itself, composed of message queues, gateways, and smart subsystems that help route messages, manage socket connections, transports, and contains a lot of logic. With the Bridge Public Cloud, you don't have to run your own Bridge servers. We run them and operate them for you. You still have to run your app servers somewhere (like EC2).
You could also license Bridge and run them on your own servers or datacenters. This is meant for larger deployments, usually by enterprise organizations, where latency and performance is an issue. Latency between the Flotype Bridge Public Cloud to your app servers could be 50-100ms! This is fine for most applications, but in some scenarios, it's cost-effective and more performant to to run the Bridge servers alongside your app servers in your own data center.
Darshan
On Sat, Apr 21, 2012 at 12:19 AM, stefa_n <s.neum...@dacius.com> wrote: > I'm a bit confused about the by-hour-pricing. With NowJS I write the > code for client AND server and I can run the server on my own. > But the licensing for Flotype Bridge implies that I do the client only > and Flotype takes care of the serverside. > Is this correct?
> I'm one of the creators behind NowJS, and I wanted to give you guys an
> early look at our latest technology, Flotype Bridge.
> It's somewhat like NowJS, but with a much bigger scope, You can do RPC
> communication between many different languages (for now, just JavaScript
> Browser, Android, Node.js, Ruby, Python, and Java). We've got a ton of new
> stuff coming out include Objective C for desktop and iOS apps, and more!
> Check it out at flotype.com.
> We just posted it on HN as well, upvotes appreciated :-)
> > I'm one of the creators behind NowJS, and I wanted to give you guys an
> > early look at our latest technology, Flotype Bridge.
> > It's somewhat like NowJS, but with a much bigger scope, You can do RPC
> > communication between many different languages (for now, just JavaScript
> > Browser, Android, Node.js, Ruby, Python, and Java). We've got a ton of
> new
> > stuff coming out include Objective C for desktop and iOS apps, and more!
> > Check it out at flotype.com.
> > We just posted it on HN as well, upvotes appreciated :-)
Cool. I'm looking forward to the C/C++ libraries. I plan on making a
haXe binding. I've been making a game with nowjs, and firefox and ie
users complained about performance because websockets weren't
supported as well as they are on chrome. So I've been looking for a
way to make a client for people who don't use chrome, and this looks
like the perfect solution!
On Apr 22, 8:31 pm, Darshan Shankar <d.n.shan...@gmail.com> wrote:
> > > I'm one of the creators behind NowJS, and I wanted to give you guys an
> > > early look at our latest technology, Flotype Bridge.
> > > It's somewhat like NowJS, but with a much bigger scope, You can do RPC
> > > communication between many different languages (for now, just JavaScript
> > > Browser, Android, Node.js, Ruby, Python, and Java). We've got a ton of
> > new
> > > stuff coming out include Objective C for desktop and iOS apps, and more!
> > > Check it out at flotype.com.
> > > We just posted it on HN as well, upvotes appreciated :-)
@RylandAlmanza, Funny that people would not just install chrome. I mean its too bad-- you will have custom build a client and deal with all the installation details and updates to it, while Chrome *is* already that install-able client.
<em...@rylandtaylor-almanza.com> wrote: > Cool. I'm looking forward to the C/C++ libraries. I plan on making a > haXe binding. I've been making a game with nowjs, and firefox and ie > users complained about performance because websockets weren't > supported as well as they are on chrome. So I've been looking for a > way to make a client for people who don't use chrome, and this looks > like the perfect solution!
> On Apr 22, 8:31 pm, Darshan Shankar <d.n.shan...@gmail.com> wrote: >> We've released javascript (node.js and browser), ruby, python, and java >> (server and android) libraries.
>> In the next week, we will release an Objective C library for desktop Cocoa >> and iOS apps.
>> In the coming month(s), you can expect libraries for C/C++ (even for >> embedded devices), C#, Scala, Erlang, and more.
>> On Sun, Apr 22, 2012 at 8:14 PM, RylandAlmanza <
>> em...@rylandtaylor-almanza.com> wrote: >> > What other languages do you plan to support in the future?
>> > > I'm one of the creators behind NowJS, and I wanted to give you guys an >> > > early look at our latest technology, Flotype Bridge.
>> > > It's somewhat like NowJS, but with a much bigger scope, You can do RPC >> > > communication between many different languages (for now, just JavaScript >> > > Browser, Android, Node.js, Ruby, Python, and Java). We've got a ton of >> > new >> > > stuff coming out include Objective C for desktop and iOS apps, and more!
>> > > Check it out at flotype.com.
>> > > We just posted it on HN as well, upvotes appreciated :-)
Yeah, it's definitely interesting. People are so adamant that their
browser is the best browser that they're more willing to force me to
make a client than to just install chrome. One user I talked to
actually already had chrome installed, but said he didn't like chrome,
so he wouldn't play my game until there was a client!
On Apr 24, 8:10 am, "N. Morse" <nmo...@academiccatalog.com> wrote:
> @RylandAlmanza, Funny that people would not just install chrome.
> I mean its too bad-- you will have custom build a client and deal
> with all the installation details and updates to it, while Chrome *is*
> already that install-able client.
> On Mon, Apr 23, 2012 at 5:17 PM, RylandAlmanza
> <em...@rylandtaylor-almanza.com> wrote:
> > Cool. I'm looking forward to the C/C++ libraries. I plan on making a
> > haXe binding. I've been making a game with nowjs, and firefox and ie
> > users complained about performance because websockets weren't
> > supported as well as they are on chrome. So I've been looking for a
> > way to make a client for people who don't use chrome, and this looks
> > like the perfect solution!
> > On Apr 22, 8:31 pm, Darshan Shankar <d.n.shan...@gmail.com> wrote:
> >> We've released javascript (node.js and browser), ruby, python, and java
> >> (server and android) libraries.
> >> In the next week, we will release an Objective C library for desktop Cocoa
> >> and iOS apps.
> >> In the coming month(s), you can expect libraries for C/C++ (even for
> >> embedded devices), C#, Scala, Erlang, and more.
> >> On Sun, Apr 22, 2012 at 8:14 PM, RylandAlmanza <
> >> em...@rylandtaylor-almanza.com> wrote:
> >> > What other languages do you plan to support in the future?
> >> > > I'm one of the creators behind NowJS, and I wanted to give you guys an
> >> > > early look at our latest technology, Flotype Bridge.
> >> > > It's somewhat like NowJS, but with a much bigger scope, You can do RPC
> >> > > communication between many different languages (for now, just JavaScript
> >> > > Browser, Android, Node.js, Ruby, Python, and Java). We've got a ton of
> >> > new
> >> > > stuff coming out include Objective C for desktop and iOS apps, and more!
> >> > > Check it out at flotype.com.
> >> > > We just posted it on HN as well, upvotes appreciated :-)