Heroku Announces Plans To Eliminate Free Plans, Blaming 'Fraud and Abuse'

'After offering them for over a decade, Heroku announced this week that it will eliminate all of its free services -- pushing users to paid plans. From a report: Starting November 28, the Salesforce-owned cloud platform as a service will stop providing free product plans and shut down free data services and soon (on October 26) will begin deleting inactive accounts and associated storage for accounts that have been inactive for over a year. In a blog post, Bob Wise, Heroku general manager and Salesforce EVP, blamed "abuse" on the demise of the free services, which span the free plans for Heroku Dynos and Heroku Postgres as well as the free plan for Heroku Data for Redis. [...] Wise went on to note that Heroku will be announcing a student program at Salesforce's upcoming Dreamforce conference in September, but the details remain a mystery at this point. For the uninitiated, Heroku allows programmers to build, run and scale apps across programming languages including Java, PHP, Scala and Go. Salesforce acquired the company for $212 million in 2010 and subsequently introduced support for Node.js and Clojure and Heroku for Facebook, a package to simplify the process of deploying Facebook apps on Heroku infrastructure. Heroku claims on its website that it's been used to develop 13 million apps to date.' -- source: https://developers.slashdot.org/story/22/08/26/188231 Cheers, Peter -- Peter Reutemann Dept. of Computer Science University of Waikato, NZ +64 (7) 858-5174 (office) +64 (7) 577-5304 (home office) https://www.cs.waikato.ac.nz/~fracpete/ http://www.data-mining.co.nz/

Well, a pity about Heroku. I've got to admit I never really did understand how to use their product, ...and I guess I never will. I once did the tutorial on WebSockets at https://websockets.readthedocs.io/en/stable/intro/index.html This tutorial requires you to build the "four-in-a-row" game that requires both an HTTP server and a WebSocket server. For my version of the game I used an account on pythonanywhere.com to perform the HTTP server functions and an account on Heroku to perform the WebSocket server. Before Heroku removes me, then you might like to have a game of "Four in a Row". Connect to: http://hampug2.pythonanywhere.com/ Click "New" to start a game, then hold your mouse over "Join" and right click to copy the link, which will be something like this: http://hampug2.pythonanywhere.com/?join=HaTWAMsANqKa3Yzw. Send the link to your opponent. Then you start the game and you will have red tokens. Your opponent with have yellow tokens. Does anyone know of another website that provides WebSocket services for free? cheers, Ian.
participants (2)
-
Ian Stewart
-
Peter Reutemann