All Projects → codetalkio → Haskell-Electron-app

codetalkio / Haskell-Electron-app

Licence: CC0-1.0 license
Combining Electron and Haskell

Programming Languages

javascript
184084 projects - #8 most used programming language
haskell
3896 projects
HTML
75241 projects

Projects that are alternatives of or similar to Haskell-Electron-app

Pile
⚡️ A simple & powerful app to organize your piled work at one place~
Stars: ✭ 158 (+409.68%)
Mutual labels:  desktop-app
Quick Picture Viewer
🖼️ Lightweight, versatile desktop image viewer for Windows. The best replacement for the default Windows photo viewer.
Stars: ✭ 237 (+664.52%)
Mutual labels:  desktop-app
mp
Hybrid music player
Stars: ✭ 12 (-61.29%)
Mutual labels:  desktop-app
Frameless Titlebar
Customizable Electron Titlebar for frameless windows
Stars: ✭ 167 (+438.71%)
Mutual labels:  desktop-app
Luna
Automatic dark mode for Windows 10
Stars: ✭ 220 (+609.68%)
Mutual labels:  desktop-app
HealthApp
A desktop application to fetch Wikipedia,Google,Disease results and save them as text file,in database.Have a Section to search details about doctors in location
Stars: ✭ 23 (-25.81%)
Mutual labels:  desktop-app
Sum
SUM - Secure Ultimate Messenger
Stars: ✭ 154 (+396.77%)
Mutual labels:  desktop-app
sliding-puzzle
Sliding puzzle game implemented in Scala / Scala.js / JavaFX
Stars: ✭ 25 (-19.35%)
Mutual labels:  desktop-app
Instagram Live Streamer
[Unofficial] Broadcast to Instagram Live anything from your PC/Laptop
Stars: ✭ 232 (+648.39%)
Mutual labels:  desktop-app
media-dupes
a minimal content duplicator for common media services like youtube
Stars: ✭ 53 (+70.97%)
Mutual labels:  desktop-app
Computator.net
Computator.NET is a special kind of numerical software that is fast and easy to use but not worse than others feature-wise. It's features include: - Real and complex functions charts - Real and complex calculator - Real functions numerical calculations including different methods - Over 107 Elementary functions - Over 141 Special functions - Over 21 Matrix functions and operations - Scripting language with power to easy computations including matrices - You can declare your own custom functions with scripting language
Stars: ✭ 174 (+461.29%)
Mutual labels:  desktop-app
Irccloud Desktop
IRCCloud Desktop App
Stars: ✭ 215 (+593.55%)
Mutual labels:  desktop-app
active-directory-dotnet-daemon-certificate-credential
A .NET 4.5 daemon application that uses a certificate to authenticate with Azure AD and get OAuth 2.0 access tokens.
Stars: ✭ 40 (+29.03%)
Mutual labels:  desktop-app
Preact Photon
🚀 Beautiful desktop apps with Preact + Photon ❤️
Stars: ✭ 158 (+409.68%)
Mutual labels:  desktop-app
esteem-desktop
eSteem Desktop - Application to get paid for blogging, curating and more...
Stars: ✭ 15 (-51.61%)
Mutual labels:  desktop-app
Igdm
Desktop application for Instagram DMs
Stars: ✭ 1,880 (+5964.52%)
Mutual labels:  desktop-app
Revolut Emergency
👨‍🚀 Unofficial Revolut PC app – Freeze cards, list transactions, get notifications, contact support
Stars: ✭ 252 (+712.9%)
Mutual labels:  desktop-app
ray
HTML-powered text editor for creating and organizing personal notes.
Stars: ✭ 115 (+270.97%)
Mutual labels:  desktop-app
gh-notifications-snoozer
Lists and filters and snoozing pull requests, oh my! This is an app for managing your notifications on GitHub by way of filtering issues and pull requests that are of interest to you.
Stars: ✭ 15 (-51.61%)
Mutual labels:  desktop-app
active-directory-dotnet-deviceprofile
This sample demonstrates how to leverage ADAL .NET to authenticate user calls to a web API (in this case, the directory Graph) from apps that do not have the capability of offering an interactive authentication experience.
Stars: ✭ 18 (-41.94%)
Mutual labels:  desktop-app

Haskell-Electron-app

A small example of using Electron with Haskell and Servant.

For a walkthrough of what is happening, check out the accompanying blog post Using Electron with Haskell

To launch the servant server from within Haskell-Electron-app/backend:

$ stack exec backend-exe

To launch the Electron app from within Haskell-Electron-app/haskell-app:

$ npm start

Building

You probably need to build the modules first.

For servant in Haskell-Electron-app/backend:

$ stack build

And for Electron in Haskell-Electron-app/haskell-app:

$ npm install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].