Coder Social home page Coder Social logo

Deno vs Zwitterion about zwitterion HOT 2 CLOSED

jerrygreen avatar jerrygreen commented on June 26, 2024
Deno vs Zwitterion

from zwitterion.

Comments (2)

lastmjs avatar lastmjs commented on June 26, 2024

Hi!

Zwitterion and Deno are pretty different projects. Deno is a JavaScript/TypeScript runtime or platform, very similar to Node.js. It is designed to allow you to run JavaScript/TypeScript outside of the browser, giving you access to OS APIs and other APIs not found in a browser environment.

Zwitterion is very different from Node.js or Deno. It is not designed to allow you to run JavaScript/TypeScript outside of the browser, but inside of the browser. It is very similar to Webpack or Parcel, but is not a bundler. You can start up a Zwitterion server in your web project and then access it through localhost like any other static file server. It will automatically transpile your JavaScript, TypeScript, and some other languages as they are served to the browser. It's supposed to be much simpler than using something like Webpack or Parcel.

Let me know if you have anymore questions

from zwitterion.

jerrygreen avatar jerrygreen commented on June 26, 2024

I just saw an example and it actually looks cool, and now I understand that it builds static files and excludes the server part in production build, and everything you told suddenly makes sense actually! Thx for explaining

from zwitterion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.