# Serverless.com project with Python and NodeJS Runtime

**URL:** https://forum.serverless.com/t/serverless-com-project-with-python-and-nodejs-runtime/6221
**Category:** Serverless Framework
**Created:** [October 23, 2018, 2:28pm UTC](https://forum.serverless.com/t/serverless-com-project-with-python-and-nodejs-runtime/6221 "2018-10-23T14:28:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![seb](https://avatars.discourse-cdn.com/v4/letter/s/8edcca/32.png) [@seb](https://forum.serverless.com/u/seb)
#### Post date: [October 23, 2018, 2:28pm UTC](https://forum.serverless.com/t/serverless-com-project-with-python-and-nodejs-runtime/6221/1 "2018-10-23T14:28:23Z")

</div>

Hi,

I’m planning a new project which will consist of python and nodejs code.  
Looking at the blog, this is basically not a problem at all:

> **[How to use multiple runtimes in a single serverless microservice](https://www.serverless.com/blog/building-mutliple-runtimes/)**
>
> How to build an application using multiple runtimes to supported mixed-language development with the Serverless Framework

Nevertheless, I wonder what about running offline. Theres a “serverless-offline” for python and nodejs, but i think i cannot mix those two, since they share the same command “serverless offline start”. Anyone has experience here?

Thanks,

Sebastian
