Metadata-Version: 1.1
Name: django-isomorphic
Version: 0.0.1
Summary: A Django template backend for JavaScript.
Home-page: https://github.com/wildfish/django-isomorphic
Author: Jonas Hagstedt
Author-email: jonas@wildfish.com
License: BSD License
Description: # Django JavaScript template engine
        
        ![https://travis-ci.org/wildfish/django-isomorphic.svg](https://travis-ci.org/wildfish/django-isomorphic.svg)
        [![codecov.io](http://codecov.io/github/wildfish/django-isomorphic/coverage.svg?branch=master)](http://codecov.io/github/wildfish/django-isomorphic?branch=master)
        
        
        *Note* The server has to be restarted for template updates as the templates are cached on the template server if you are using React.
        
        It's important to know that the context is available on the client side, so putting sensitive data in the context is a bad idea.
        
        The template server is using a Unix domain socket. 
        This means that the server will not run on windows, and the server is not accessible outside of the machine it's running on.
        
        
        ## Why?
        
        There are few easy to use libraries for rendering JavaScript server side for Django.
        The aim is to create a solution that requires as little setup as possible and performs well.
        
        
        ## Docs
        
        See [Docs](/docs/README.md)
        
        
Keywords: django isomorphic
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
