Publish events from your Spark Core
blog.spark.io
Publish events from your Spark Core
1–10 of 23 posts
Re: Publish events from your Spark Core
#2Re: Publish events from your Spark Core
#3Re: Publish events from your Spark Core
#4Can everything be enabled without spark.io in the loop? In other words, can I just use my own home server and get the same functionality today?
What if I don't want to connect through the Cloud?
That's okay! The Cloud is there to make the Core easier to work with, but if you'd rather do it yourself, that's no problem. The Core lets you do your own socket programming over TCP and UDP.
If you want the simplicity of the Cloud but you want it on your own server, we'll be releasing an open source version of the Cloud designed for quick and easy deployment.
Re: Publish events from your Spark Core
#5Can everything be enabled without spark.io in the loop? In other words, can I just use my own home server and get the same functionality today?
From the homepage ( https://www.spark.io/ ): What if I don't want to connect through the Cloud? That's okay! The Cloud is there to make the Core easier to work with, but if you'd rather do it yourself, that's no problem. The Core lets you do your own socket programming over TCP and UDP. If you want the simplicity of the Cloud but you want it on your own server, we'll be releasing an open source version of the Cloud d…
Re: Publish events from your Spark Core
#6Can everything be enabled without spark.io in the loop? In other words, can I just use my own home server and get the same functionality today?
From the homepage ( https://www.spark.io/ ): What if I don't want to connect through the Cloud? That's okay! The Cloud is there to make the Core easier to work with, but if you'd rather do it yourself, that's no problem. The Core lets you do your own socket programming over TCP and UDP. If you want the simplicity of the Cloud but you want it on your own server, we'll be releasing an open source version of the Cloud d…
The reason I asked is that once they get purchased by, say, Google or Facebook, their cloud services will probably get either shut down, or severely constrained. I'm not interested in sinking resources into a platform based on question marks.
Re: Publish events from your Spark Core
#7Re: Publish events from your Spark Core
#8Earlier quoted context omitted.
From the homepage ( https://www.spark.io/ ): What if I don't want to connect through the Cloud? That's okay! The Cloud is there to make the Core easier to work with, but if you'd rather do it yourself, that's no problem. The Core lets you do your own socket programming over TCP and UDP. If you want the simplicity of the Cloud but you want it on your own server, we'll be releasing an open source version of the Cloud d…
Thanks, so the answer is no, as long as that open source version is vaporware. The reason I asked is that once they get purchased by, say, Google or Facebook, their cloud services will probably get either shut down, or severely constrained. I'm not interested in sinking resources into a platform based on question marks.
> The Core lets you do your own socket programming over TCP and UDP.
There's nothing stopping you from writing your own TCP/UDP listener server and having the Spark write to a port on that.
Re: Publish events from your Spark Core
#9Re: Publish events from your Spark Core
#10Earlier quoted context omitted.
From the homepage ( https://www.spark.io/ ): What if I don't want to connect through the Cloud? That's okay! The Cloud is there to make the Core easier to work with, but if you'd rather do it yourself, that's no problem. The Core lets you do your own socket programming over TCP and UDP. If you want the simplicity of the Cloud but you want it on your own server, we'll be releasing an open source version of the Cloud d…
Thanks, so the answer is no, as long as that open source version is vaporware. The reason I asked is that once they get purchased by, say, Google or Facebook, their cloud services will probably get either shut down, or severely constrained. I'm not interested in sinking resources into a platform based on question marks.