From c3187a2d2364af73cd8e0ef7e68068247dcb2d97 Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Thu, 17 Nov 2016 16:31:24 -0800 Subject: [PATCH] web and twitter links --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eedca644..ff02efee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ Fission: Serverless Functions for Kubernetes ============================================ +[fission.io](http://fission.io) [@fissionio](http://twitter.com/fissionio) Fission is a fast serverless framework for Kubernetes with a focus on developer productivity and high performance. @@ -8,7 +9,7 @@ Fission operates on _just code_: Docker and Kubernetes are abstracted away under normal operation, though you can use both to extend Fission if you want to. -Fission is extensible to any language; the core is written in Go, +Fission is extensible to any language; the core is written in Go, and language-specific parts are isolated in something called _environments_ (more below). Fission currently supports NodeJS and Python, with more languages coming soon. @@ -28,6 +29,7 @@ use a combination of serverless functions and more conventional microservices, and Kubernetes is a great framework to bring these together seamlessly. + Fission Concepts ---------------- @@ -174,3 +176,4 @@ Fission is in early alpha. Don't use it in production just yet! Right now, we're looking for developer feedback -- tell us which languages you care about, what use cases you might use it for, and so on. +