christianalfoni / webpack-bin

A webpack code sandbox
http://www.webpackbin.com
MIT License
710 stars 75 forks source link

How's webpack-bin different from wzrd.in? #222

Closed jorgebucaran closed 7 years ago

jorgebucaran commented 7 years ago

@christianalfoni Hi, awesome project 👋.

I was wondering, can you explain how is webpack-bin different from wzrd.in?

wzrd.in is marketed as browserify-as-a-service, so would it be accurate to say webpack-bin, or more specifically, tree/master/server, is webpack-as-a-service?

Cheers!

christianalfoni commented 7 years ago

Good question :)

Webpackbin is more of a client than a service, but as you say, the "server" acts as the webpack-as-a-service. In Webpackbin 2, coming out in 1-2 weeks (https://github.com/cerebral/webpackbin), it will have webpack-dll and webpack-sandbox as separate services, which is more related to wzrd.in :) Where webpackbin is purely the client.

jorgebucaran commented 7 years ago

Exciting 1-2 weeks ahead then! Thanks for clarifying this for me.